.mp4 Movie’s from .pngTo make a quick movie of all our .png’s, we can use either ImageMagick, or ffmpeg. First, good to know where we are:
## /Users/ryanpeek/Documents/github/DJFMP_interp/docs
To make sure you have imagemagick installed, you can type convert in your terminal. If it is installed, you should get a ton of text with all the other options. Assuming that works, then use the following code to create a .mp4!
With ffmpeg, we can try something slightly different.